Time-series profile plot

This notebook plots Time-series displacement profiles

Import Module

Please run thid notebook file inside Visual Studio Code

[1]:
%matplotlib notebook
from  akhdefo_functions import akhdefo_ts_plot
#from IPython.core.display import display, HTML
#%matplotlib widget

[4]:

akhdefo_ts_plot(path_to_shapefile="stack_data/TS/TS_EW_20220812_to_20221016_velocity.shp", dem_path="data/dem_aoi.tif", point_size=2, opacity=0.5, cmap='RdYlBu_r',Set_fig_MinMax=False, MinMaxRange=[-40,40] , color_field='VEL', path_saveData_points='data/stack_data', save_plot=True, Fig_outputDir='stack_data/TS_profiles' , VEL_Scale='year')
TS_EW_20220812_to_20221016_velocity_1.jpeg TS_EW_20220812_to_20221016_velocity_2.jpeg TS_EW_20220812_to_20221016_velocity_3.jpeg TS_EW_20220812_to_20221016_velocity_4.jpeg
[ ]: